home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set btn to the clickOn
- puppetSprite(btn, 1)
- set the memberNum of sprite btn to 26
- set the loc of sprite btn to point(213, 455)
- updateStage()
- repeat while the stillDown
- updateStage()
- end repeat
- updateStage()
- puppetSprite(btn, 0)
- if the machineType = 256 then
- mappLaunch(the moviePath & "QuickTimeInstaller Folder\QuickTimeInstaller", EMPTY)
- go("quit")
- else
- mappLaunch(the moviePath & "QuickTime Installer:QuickTime Installer", EMPTY)
- go("quit")
- end if
- end
-